home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK-8⁄89.cpt / LImacSTACK.8_89 / card_9124.txt < prev    next >
Text File  |  1989-08-04  |  1KB  |  68 lines

  1. -- card: 9124 from stack: in.8_89
  2. -- bmap block id: 9643
  3. -- flags: 0000
  4. -- background id: 4490
  5. -- name: kHome1
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=472 top=307 right=342 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 6721 / 6721
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual iris close to grey
  23.   visual iris open
  24.   pop cd
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=446 top=314 right=334 bottom=472
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 4465 / 4465
  35. -- text alignment: 1
  36. -- font id: 3
  37. -- text size: 9
  38. -- style flags: 0
  39. -- line height: 12
  40. -- part name: Index
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   push cd
  44.   visual barn door close to black
  45.   visual barn door open
  46.   go cd "LImacSTACK index"
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=255 top=298 right=322 bottom=282
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Next
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   go next
  66. end mouseUp
  67.  
  68.